home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / execut10.zip / README < prev   
Text File  |  1993-03-24  |  2KB  |  70 lines

  1. Executor 1.0                                  (C) March 1993 Vincent D'Haeyere
  2. ============
  3.  
  4. This program is a freeware. 
  5. I won't take any responsability for data loss or whatever happens to you...
  6.  
  7.  
  8. * Purpose of this program :
  9.  
  10. Suppose you have a large number of files to archive (example : a large
  11. collection of MOD files or Pascal source files, ...).  You wish to archive
  12. them in different files, so you can easily spot the one you desire to re-
  13. trieve.
  14.  
  15. This program allows you to archive each file terminated by a common extension
  16. in a unique archive, the name of which is derived from the original name.
  17. Optionnaly, the original file can be deleted. You can specify the archiver you
  18. wish to use.
  19.  
  20. (Note : the archivers are not included in this archive as you own, at least,
  21. one of those, don't you ???)
  22.  
  23. The exact synthax of the command can be viewed when Executor is runned with
  24. no parameter.
  25.  
  26. Valid command line are
  27.  
  28. <1> executor mod
  29.    ==> Each file with the extension MOD is archived with LHA in a file
  30.        a file with the same 'base' name, and the extension is set by the
  31.        archiver (ie LZH).
  32.  
  33. <2> executor mod /d
  34.    ==> Idem as <1> but the files are deleted after being processed
  35.  
  36. <3> executor mod pkzip
  37.    ==> Idem as <1> but the archiver used is PKZIP
  38.  
  39. <4> executor mod pkzip /d
  40.    ==> Idem as <1> but the archiver used is PKZIP and the files are deleted
  41.        after being processed
  42.  
  43.  
  44. * The author :
  45.  
  46.   I'm a student in Computer Science at the university of Namur, in Belgium.
  47.   This program was written for my own use first, and then I thought it could
  48.   help someone else... So here it is !
  49.  
  50.   This program is free (but copyrighted), as is the source code, written in
  51.   Turbo Pascal 6.0. The source code is not very robust, but with a little
  52.   care, nothing bad could happen to you.
  53.  
  54.   If you happen to use this program, send a little e-mail to me at the
  55.   following adresses or send me a nice picturre card of the region you
  56.   live in.
  57.  
  58.   E-mail : dhaey@bnandp51.bitnet
  59.            vdh@info.fund.ac.be    (Both e-mail adresses void after 1993)
  60.  
  61.   Slow mail : Vincent D'Haeyere
  62.               Rue de Fernelmont, 238
  63.               B - 5020 Champion
  64.               * BELGIUM *
  65.  
  66. All trademarks acknowledged.
  67.            
  68.            
  69.   
  70.